Cis Tagging TagAssociation TagToObjects
The Cis Tagging TagAssociation TagToObjects schema describes a tag and its related objects. Use the POST /cis/tagging/tag-association?action=list-attached-objects-on-tags operation to retrieve a list with each element containing a tag and the objects to which it is attached.
This schema was added in vSphere API 6.5.
{
"tag_id": "string",
"object_ids": [
{
"type": "string",
"id": "string"
}
]
}
The identifier of the tag.
This property was added in vSphere API 6.5.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.cis.tagging.Tag
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.cis.tagging.Tag
.
The identifiers of the related objects.
This property was added in vSphere API 6.5.